home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / t3_1 / apollot.lha / apollot_sr10 / envset < prev    next >
Text File  |  1989-02-27  |  754b  |  22 lines

  1. #! /com/sh
  2. #
  3. # This script creates top-level links to the T system and source code 
  4. # directories.  The source code links agree with the conventions observed
  5. # by WHERE-DEFINED and by scripts for rebuilding T from sources.
  6. # Site installers should replace "local_sources" and "local_tsystem" below 
  7. # with their local absolute pathnames for these directories.
  8.  
  9. crl -r ~/t3         local_sources
  10. crl -r ~/tsystem    local_tsystem
  11.  
  12. crl -r ~/link       t3/link
  13. crl -r ~/assembler  t3/comp/assembler
  14. crl -r ~/back_end   t3/comp/back_end
  15. crl -r ~/top        t3/comp/top
  16. crl -r ~/orbit_top  top
  17. crl -r ~/front_end  t3/comp/front_end
  18. crl -r ~/t3_primops t3/comp/primops
  19. crl -r ~/build      t3/comp/build
  20. crl -r ~/osys       t3/sys
  21. crl -r ~/tscheme    t3/scheme
  22.